home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000177_news@newsmaster….columbia.edu _Wed Jun 3 12:35:18 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA20211
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 3 Jun 1998 12:35:17 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA27139
  7.     for kermit.misc@watsun; Wed, 3 Jun 1998 12:35:17 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 Transposing Keystrokes
  12. Date: 3 Jun 1998 16:35:11 GMT
  13. Organization: Columbia University
  14. Lines: 29
  15. Message-ID: <6l3tvv$kje$1@apakabar.cc.columbia.edu>
  16. References: <01bd8f00$b0c1ba20$cc691a93@shc204.health.swt.edu> <6l3sud$93l$1@samba.rahul.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8846
  19.  
  20. In article <6l3sud$93l$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  21. : Heath D. Marr (hm04@a1.swt.edu) wrote:
  22. : : Several of my users are reporting that numbers/letters are being transposed
  23. : : while using Kermit95 (1.16) for terminal emulation. I was skeptical and
  24. : : tried it out. Sure enough - the typed characters are scrambled when typed.
  25. : : It is intermittent and seems to occur only when typing at a relatively
  26. : : quick rate. It's very frustrating and I'm not sure what will solve the
  27. : : problem. I am 99% certain its not hardware.
  28. : I have the same problem, and have had with all versions of K95.
  29. : This occurs on serial connections as well as PPP connections.
  30. : The transposed characters are not necessarily just a one-for-one swap; I do
  31. : that with my own left to right coordination when pecking rapidly.  I have
  32. : seen blocks of three characters displaced by a few spaces, possibly three.
  33. : The problem has stayed with me through an upgrade from 75MHz to 133MHz.
  34. The plain-text interface to Windows 95 and NT, called "Console mode", is
  35. deprecated by Microsoft, especially in Windows 95.  It has numerous
  36. unreasonable restrictions and a shameful number of bugs, many of them show
  37. stoppers.  Read through the Kermit 95 BUGS.TXT file for a sampling.
  38.  
  39. Plain text, lest we forget, is the one and only user interface that is open
  40. and portable among all platforms, and that stands the test of time as other
  41. self-proclaimed "standards" come and go with astounding speed.
  42.  
  43. Microsoft customers who would like the plain text interface supported
  44. adequately should make their feelings known to Microsoft (good luck).
  45.  
  46. - Frank